Trice
Trice is a minimal replacement for std::time::Instant
that works in WASM for the web and Node.js, enabling time measurement and performance calculations.
Features
- Replacement for
std::time::Instant
- Uses
performance.now()
in WASM environments - Uses
std::time::Instant
in normal environments